From: Richard M. Stallman Date: Sat, 6 Aug 1994 05:02:00 +0000 (+0000) Subject: (font-lock-hack-keywords): Delete debugging code. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~90597 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=b65a149a9582766142e52a48d0ad642a3e4d1bbb;p=emacs.git (font-lock-hack-keywords): Delete debugging code. --- diff --git a/lisp/font-lock.el b/lisp/font-lock.el index 26cdc96ad64..d381c37cf35 100644 --- a/lisp/font-lock.el +++ b/lisp/font-lock.el @@ -292,7 +292,6 @@ If this is nil, the major mode's syntax table is used.") (progn (if font-lock-syntax-table (set-syntax-table font-lock-syntax-table)) - (recursive-edit) (while rest (setq first (car rest) rest (cdr rest)) (goto-char start)